Skip to content

Conversation

@mahesh-attarde
Copy link
Contributor

#113567 Continutation
[X86][AVX512] Use comx for compare](#113567 (comment))

@mahesh-attarde mahesh-attarde changed the title https://github.com/llvm/llvm-project/pull/113567 [X86][AVX512] Use comx for compare Oct 28, 2024
@github-actions
Copy link

⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️

You can test this locally with the following command:
git-clang-format --diff 8673d0e0673dd1a5e6f7a5df7509c45e33582987 3574fd97c64bf39dc8adf3e8abdcf68a3e930885 --extensions inc,cpp -- llvm/lib/Target/X86/X86ISelLowering.cpp llvm/test/TableGen/x86-fold-tables.inc
View the diff from clang-format here.
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index 711c8f65b0..24dae783d1 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -2441,7 +2441,7 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
         setOperationAction(ISD::SETCC, VT, Custom);
       }
     }
-    for (auto VT : { MVT::f16, MVT::f32, MVT::f64}) {
+    for (auto VT : {MVT::f16, MVT::f32, MVT::f64}) {
       setCondCodeAction(ISD::SETOEQ, VT, Custom);
       setCondCodeAction(ISD::SETUNE, VT, Custom);
     }

@mahesh-attarde mahesh-attarde deleted the comefopt_5 branch November 8, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant